FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowColCollection<T> Class / Item Property

In This Topic
    Item Property (GridRowColCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As T
    public T this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also